From: Debian X Strike Force Date: Tue, 17 Jun 2025 09:07:43 +0000 (+0300) Subject: src_glx_dri_common.h X-Git-Tag: archive/raspbian/25.0.7-2+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=ab9127163f341650f357c7759ac609d6f9b50906;p=mesa.git src_glx_dri_common.h Gbp-Pq: Name src_glx_dri_common.h.diff --- diff --git a/src/glx/dri_common.h b/src/glx/dri_common.h index ff7fce932..e26f247b7 100644 --- a/src/glx/dri_common.h +++ b/src/glx/dri_common.h @@ -56,6 +56,10 @@ extern struct glx_config *driConvertConfigs(struct glx_config * modes, extern void driDestroyConfigs(const struct dri_config **configs); +#ifndef __GLXDRIdrawable +typedef struct __GLXDRIdrawableRec __GLXDRIdrawable; +#endif + extern __GLXDRIdrawable * driFetchDrawable(struct glx_context *gc, GLXDrawable glxDrawable);